(tpu-delete-to-eol): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 14:31:23 +0000 (14:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 14:31:23 +0000 (14:31 +0000)
(tpu-delete-to-bol): Likewise.

lisp/emulation/tpu-edt.el

index ae3ac67a57c2cc8994e6a381ec0237161182a914..1296d4979606c3460913daf6b49540806100a55e 100644 (file)
@@ -1418,7 +1418,7 @@ They are saved for the TPU-edt undelete-lines command."
 
 (defun tpu-delete-to-eol (num)
   "Delete text up to end of line.
-With argument, delete up to to Nth line-end past point.
+With argument, delete up to the Nth line-end past point.
 They are saved for the TPU-edt undelete-lines command."
   (interactive "p")
   (let ((beg (point)))
@@ -1430,7 +1430,7 @@ They are saved for the TPU-edt undelete-lines command."
 
 (defun tpu-delete-to-bol (num)
   "Delete text back to beginning of line.
-With argument, delete up to to Nth line-end past point.
+With argument, delete up to the Nth line-end past point.
 They are saved for the TPU-edt undelete-lines command."
   (interactive "p")
   (let ((beg (point)))